home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 34
/
Creative-Review-CD-ROM-34.iso
/
pc
/
foo
/
foos.dir
/
00072_Script_set vidMkr posn =
< prev
next >
Wrap
Text File
|
1998-01-23
|
527b
|
15 lines
on exitFrame
global present_duration
go the frame
set proportion=float(the movieTime of sprite 30*1000/present_duration)/1000
set the locH of sprite 34 = the left of sprite 31 + ((the right of sprite 31-the left of sprite 31)*proportion)
if the movieTime of sprite 30=present_duration and not(rollOver(35)) then
--the movieRate of sprite 30=1 and
set the member of sprite 35="play"
-- set the movieTime of sprite 30=0
set the movieRate of sprite 30=0
end if
-- updateStage
end